Package com.cisco.pt.ipc.ui
Interface NetworkComponentBox
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
NetworkComponentBoxImpl
Information provided by the PKI file:
\class NetworkComponentBox
\brief NetworkComponentBox allows UI manipulation of the Network Component Box.
\example appWindow().getNetworkComponentBox()
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptiongetDeviceModels(String type) voidsetAllWidgetsDisable(boolean disable) Information provided by the PKI file:voidsetAllWidgetsVisible(boolean visible) Information provided by the PKI file:voidsetDisabled(boolean bDisabled) Information provided by the PKI file:voidsetFrameVisible(boolean bVisible) Information provided by the PKI file:voidsetVisible(boolean bVisible) Information provided by the PKI file:voidsetWidgetDisable(String widgetName, boolean bDisabled) Information provided by the PKI file:voidsetWidgetVisible(String widgetName, boolean bVisible) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
setVisible
void setVisible(boolean bVisible) Information provided by the PKI file:
\brief Shows or hides this widget from view. \param bVisible, true to show this widget, false to hide it.- Parameters:
bVisible- Takes in a parameter of bVisible
-
setFrameVisible
void setFrameVisible(boolean bVisible) Information provided by the PKI file:
\brief Shows or hides this whole frame (bottom toolbar) from view. \param bVisible, true to show this whole frame (bottom toolbar), false to hide it.- Parameters:
bVisible- Takes in a parameter of bVisible
-
setWidgetVisible
Information provided by the PKI file:
\brief Shows or hides the specified child widget. \param widgetName, where widgetName can be one of the following: DeviceTypesWidget, DeviceSpecificWidget. \param bVisible, true to show this child widget, false to hide it.- Parameters:
widgetName- Takes in a parameter of widgetNamebVisible- Takes in a parameter of bVisible
-
setAllWidgetsVisible
void setAllWidgetsVisible(boolean visible) Information provided by the PKI file:
\brief Shows or hides all child widgets. \param bVisible, true to show all child widgets, false to hide them.- Parameters:
visible- Takes in a parameter of visible
-
setDisabled
void setDisabled(boolean bDisabled) Information provided by the PKI file:
\brief Enables or disables input events to this widget. \param bDisabled, true to disable input events to this widget, false to enable input events.- Parameters:
bDisabled- Takes in a parameter of bDisabled
-
setWidgetDisable
Information provided by the PKI file:
\brief Enables or disables the specified child widget. \param widgetName, where widgetName can be one of the following: DeviceTypesWidget, DeviceSpecificWidget. \param bDisabled, true to disable input events to this child widget, false to enable input events.- Parameters:
widgetName- Takes in a parameter of widgetNamebDisabled- Takes in a parameter of bDisabled
-
setAllWidgetsDisable
void setAllWidgetsDisable(boolean disable) Information provided by the PKI file:
\brief Enables or disables all child widgets. \param bDisabled, true to disable input events to all child widgets, false to enable input events.- Parameters:
disable- Takes in a parameter of disable
-
getDeviceTypes
- Returns:
- List<String> Returns a List<String>
-
getConnectionTypes
- Returns:
- List<String> Returns a List<String>
-
getDeviceModels
- Parameters:
type- Takes in a parameter of type- Returns:
- List<String> Returns a List<String>
-